home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / B-C / C++ FAQ Reference 1.0 / C++ FAQ Reference 1.0.rsrc / TEXT_1733.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  187 b   |  1 lines

  1. Not to be confused with 'generality' (which just means avoiding solutions which are overly specific), 'genericity' means parameterized types.  In C++, this is provided by class templates.